Road Map to QuickTime 3
The standard sound dialog component (also called the standard sound component) presents a dialog box that lets the user make audio setting selections, such as the audio compression type, sampling rate, mono or stereo, and so forth. Your application uses this component to present the dialog box to the user, and to read the user selections back into your application.
The standard sound dialog component is based on the standard image-compression dialog component, and uses some of the same function calls. You should read this chapter if your application allows audio recording, resampling, or compression, or if you plan to develop a new sound dialog component.
Introduction to the Standard Sound ComponentQuickTime 3 Reference describes what the standard sound dialog component does and provides an illustration of the standard dialog box.
Using the Standard Sound ComponentQuickTime 3 Reference describes how to use the standard sound dialog component from within an application. Sample code is included for several functions.
QuickTime 3 Reference describes the functions, taken from the standard image-compression dialog component, which are implemented in the standard sound dialog component.
Data Types and ConstantsQuickTime 3 Reference defines the constants used by the sound dialog component. These are primarily new selectors that can be passed to SCGetInfo or SCSetInfo, and are supported only when these functions are called with the standard sound dialog component. These selectors are not supported when calling SCGetInfo or SCSetInfo for a standard image-compression dialog.